Combining Like Terms

Introduction

Combining like terms is one of the most important early skills in algebra.
It helps you simplify expressions so they are easier to understand and work with.

In this article, you will learn:

What Are Like Terms?

Like terms are terms that have:

Examples:

Why Do We Combine Like Terms?

Combining like terms helps:

Think of it like tidying up a messy room—grouping similar items together.

How to Identify Like Terms

Look for:

Examples of groups:

How to Combine Like Terms

Once you identify like terms:

  1. Add or subtract their coefficients
  2. Keep the variable part the same

Examples:

Common Mistakes

Practice Examples

Here are some simplified expressions to study:

Calculator

Combining terms

  • We can combine terms using the $\operatorname{simplify}()$ function
  • The expression must be wrapped in quotes, to make sure the calculator doesn't try to evaluate it first
simplify('2x + 3x') simplify('6a + 2b - a')

Exercises

  1. Simplify: $4x + 3x$

    Solution

    $4x + 3x = 7x$
    Add the coefficients: $4 + 3 = 7$.
  2. Simplify: $7y - 2y + y$

    Solution

    $7y - 2y + y = 6y$
    Combine: $7 - 2 + 1 = 6$.
  3. Combine like terms: $5 + 9 - 3$

    Solution

    $5 + 9 - 3 = 11$
    Combine constants: $14 - 3 = 11$.
  4. Simplify: $6a + 2b - a$

    Solution

    $6a + 2b - a = 5a + 2b$
    Combine $6a - a = 5a$.
  5. Simplify: $10x - 4x + 2x$

    Solution

    $10x - 4x + 2x = 8x$
    Combine: $10 - 4 + 2 = 8$.
  6. True or false: $3x$ and $3x^2$ are like terms.

    Solution

    False.
    $3x$ and $3x^2$ have different exponents, so they are not like terms.
  7. Simplify: $8 - 5 + 12$

    Solution

    $8 - 5 + 12 = 15$
    Combine: $3 + 12 = 15$.
  8. Combine like terms: $9m + m - 4m$

    Solution

    $9m + m - 4m = 6m$
    Combine: $9 + 1 - 4 = 6$.